sbuild
* debian/ostree-tests.lintian-overrides: override a couple of false
positives
+ * Run dh_auto_test with VERBOSE=1, to get logs with older debhelper
-- Simon McVittie <smcv@debian.org> Mon, 28 Mar 2016 12:02:59 +0100
chmod +x tests/*.js
override_dh_auto_test:
- dh_auto_test
+ VERBOSE=1 dh_auto_test
# One test creates multiple GPG homedirs, each with its own agent
pkill --full "gpg-agent --homedir /var/tmp/tap-test\\.[^/]+/repo/tmp/ostree-gpg-[^/]+ " || :
if pgrep lt-ostree || pgrep --full "gpg-agent --homedir /var/tmp/tap-test."; then \